home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / textual / tex / files / !tex / latexsty3 / TWOUP / sty
Encoding:
Text File  |  1990-01-16  |  628 b   |  21 lines

  1. % Gary Levin gary@sun.mcs.clarkson.edu
  2. % to format files for two up printing use the following style file
  3. % feel free to modify before you install.  the units are pretty good, so
  4. % don't fiddle much.  leaves enough room for punching holes at the top.
  5. %
  6. %  once latex'ed, reorganize the file using
  7. %    dvidvi '2:0(-0.35in,-0.25in),1(4.65in,-0.25in)'   $1.dvi  twoup.dvi
  8. %  then print using  dvi2ps -L
  9. %  probably should package as a shell file
  10. %
  11. \newcommand\twoup{
  12. \topmargin    0.00in
  13. \oddsidemargin    0.00in
  14. \evensidemargin    0.00in
  15. \headheight    0.25in
  16. \headsep    0.20in
  17. \textheight    6.50in
  18. \pagestyle{headings}
  19. }
  20.